home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo2.dir / 00030_ëO.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  714 b   |  23 lines

  1. global gp_storynum, gplayall
  2.  
  3. on mouseDown
  4.   if somebutton() then
  5.     case gp_storynum of
  6.       1, 2, 3:
  7.         changespmin(11, "Photo" & gp_storynum & "r,St", "Photo" & gp_storynum & "r,End")
  8.       4:
  9.         changespmin(11, "Photo1r,St", "Photo3r,End")
  10.     end case
  11.   end if
  12.   if gplayall = 1 then
  13.     case the member of sprite 11 of
  14.       (member "Photo1r,St"), (member "Photo2r,End"):
  15.         unloadMember(member "Photo3r,St", member "Photo3r,End")
  16.       (member "Photo2r,St"), (member "Photo3r,End"):
  17.         unloadMember(member "Photo1r,St", member "Photo1r,End")
  18.       (member "Photo3r,St"), (member "Photo1r,End"):
  19.         unloadMember(member "Photo2r,St", member "Photo2r,End")
  20.     end case
  21.   end if
  22. end
  23.